-
Home
-
Import WP – Export and Import CSV and XML files to WordPress
-
2.6.0
-
Code
-
Classes
- Importer
Total Complexity |
97 |
Dependencies |
15 |
Dependents |
1 |
Total lines |
664 |
Lines of code |
373 |
Logical lines of code |
264 |
Comment lines |
121 |
Methods |
22 |
Properties |
8 |
Methods 22
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
filterRecords() |
C |
35 |
30 |
91 |
import_row() |
A |
37 |
13 |
76 |
setup_importer_state() |
A |
43 |
12 |
43 |
import() |
A |
44 |
11 |
40 |
try_import_dangling_rows() |
S |
52 |
6 |
23 |
register_shutdown() |
S |
56 |
3 |
20 |
update_importer_stats() |
S |
57 |
2 |
19 |
getRecordStart() |
S |
78 |
3 |
3 |
getRecordEnd() |
S |
77 |
3 |
3 |
has_dangling_state() |
S |
60 |
2 |
13 |
__construct() |
S |
81 |
1 |
3 |
getParser() |
S |
82 |
1 |
3 |
filter() |
S |
82 |
1 |
3 |
is_graceful_shutdown() |
S |
82 |
1 |
3 |
parser() |
S |
77 |
1 |
4 |
unregister_shutdown() |
S |
81 |
1 |
3 |
to() |
S |
81 |
1 |
3 |
from() |
S |
81 |
1 |
3 |
csvFile() |
S |
72 |
1 |
5 |
xmlFile() |
S |
72 |
1 |
5 |
mapper() |
S |
77 |
1 |
4 |
getMapper() |
S |
82 |
1 |
3 |